clearAssertFailEvt (clear last assertion failure event)

Syntax:

clearAssertFailEvt();

Description:

Resets assertFailEvt to their initial values.

Hinweis: There is no idea why this procedure has been exported by the original developer. The data structure is resetted at the beginning of each test anyway.

See also: Procedure assert of module ASSERT.